Html Css Color HEX #239CFA Dodger Blue

📋 copy color: '#239CFA'

red 35 ◦ green 156 ◦ blue 250

#239CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #239CFA

Tints of Dodger Blue #239CFA

RGB

 RED value IS 35 (14.06% from 255) = 7.94%

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 7.94%
G = 35.37%
B = 56.69%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#239CFA (or 0x239CFA) is known color: Dodger Blue. HEX triplet: 23, 9C and FA. RGB value is (35,156,250). Sum of RGB (Red+Green+Blue) = 35+156+250=441 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.94% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #239CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239CFA is #DC6305. Grayscale: #828282. Windows color (decimal): -14443270 or 16423971. OLE color: 16423971.

HSL color Cylindrical-coordinate representation of color #239CFA: hue angle of 206.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #239CFA is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 156 250 -
CMYK 0.86 0.38 0 0.02
HSL 206.23º 0.96% 0.56% -
HSV(B) 206.23º 0.86% 0.98% -
XYZ 29.84 31.04 94.86 -
YUV 130.54 195.41 59.86 -
System Red Green Blue C M Y K H S L
Decimal 35 156 250 0.86 0.38 0 0.02 206.23 0.96 0.56
Hex 23 9C FA 56 26 0 2 CE 60 38
Octal 43 234 372 126 46 0 2 316 140 70
Binary 100011 10011100 11111010 1010110 100110 0 10 11001110 1100000 111000

Color Harmonies of #239CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239CFA

Black with #239CFA

Text Example


Text Example

White with #239CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239CFA; }

 p { color: rgb(35,156,250); }

 H1.HeaderClassName
 {
   color: #239CFA;
 }
 .AnyTagClassName
 {
   color: #239CFA;
 }
</style>

background-color css

<style>
 a { background-color: #239CFA; }

 a { background-color: rgb(35,156,250); }

 div.DivClassName
 {
   background-color: #239CFA;
 }
 .BgClassName
 {
   background-color: #239CFA;
 }
</style>

border-color css

<style>
 span { border-color: #239CFA; }

 span { border-color: rgb(35,156,250); }

 td.TdClassName
 {
   border-color: #239CFA;
 }
 .TagClassName
 {
   border-color: #239CFA;
 }
</style>