Html Css Color HEX #239AF5 Dodger Blue

📋 copy color: '#239AF5'

red 35 ◦ green 154 ◦ blue 245

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

Shades of Dodger Blue #239AF5

Tints of Dodger Blue #239AF5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 245 (96.09% from 255) = 56.45%

R = 8.06%
G = 35.48%
B = 56.45%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#239AF5 (or 0x239AF5) is known color: Dodger Blue. HEX triplet: 23, 9A and F5. RGB value is (35,154,245). Sum of RGB (Red+Green+Blue) = 35+154+245=434 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.06% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #239AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239AF5 is #DC650A. Grayscale: #808080. Windows color (decimal): -14443787 or 16095779. OLE color: 16095779.

HSL color Cylindrical-coordinate representation of color #239AF5: hue angle of 206º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #239AF5 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 154 245 -
CMYK 0.86 0.37 0 0.04
HSL 206º 0.91% 0.55% -
HSV(B) 206º 0.86% 0.96% -
XYZ 28.73 30.06 90.67 -
YUV 128.79 193.58 61.1 -
System Red Green Blue C M Y K H S L
Decimal 35 154 245 0.86 0.37 0 0.04 206 0.91 0.55
Hex 23 9A F5 56 25 0 4 CE 5B 37
Octal 43 232 365 126 45 0 4 316 133 67
Binary 100011 10011010 11110101 1010110 100101 0 100 11001110 1011011 110111

Color Harmonies of #239AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239AF5

Black with #239AF5

Text Example


Text Example

White with #239AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,154,245); }

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

background-color css

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

 a { background-color: rgb(35,154,245); }

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

border-color css

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

 span { border-color: rgb(35,154,245); }

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