Html Css Color HEX #239BF1 Dodger Blue

📋 copy color: '#239BF1'

red 35 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #239BF1

Tints of Dodger Blue #239BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 8.12%
G = 35.96%
B = 55.92%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#239BF1 (or 0x239BF1) is known color: Dodger Blue. HEX triplet: 23, 9B and F1. RGB value is (35,155,241). Sum of RGB (Red+Green+Blue) = 35+155+241=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #239BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BF1 is #DC640E. Grayscale: #808080. Windows color (decimal): -14443535 or 15833891. OLE color: 15833891.

HSL color Cylindrical-coordinate representation of color #239BF1: hue angle of 205.05º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239BF1 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 155 241 -
CMYK 0.85 0.36 0 0.05
HSL 205.05º 0.88% 0.54% -
HSV(B) 205.05º 0.85% 0.95% -
XYZ 28.29 30.15 87.55 -
YUV 128.92 191.24 61.01 -
System Red Green Blue C M Y K H S L
Decimal 35 155 241 0.85 0.36 0 0.05 205.05 0.88 0.54
Hex 23 9B F1 55 24 0 5 CD 58 36
Octal 43 233 361 125 44 0 5 315 130 66
Binary 100011 10011011 11110001 1010101 100100 0 101 11001101 1011000 110110

Color Harmonies of #239BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BF1

Black with #239BF1

Text Example


Text Example

White with #239BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,155,241); }

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

background-color css

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

 a { background-color: rgb(35,155,241); }

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

border-color css

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

 span { border-color: rgb(35,155,241); }

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