Html Css Color HEX #238AF9 Dodger Blue

📋 copy color: '#238AF9'

red 35 ◦ green 138 ◦ blue 249

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

Shades of Dodger Blue #238AF9

Tints of Dodger Blue #238AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 249 (97.66% from 255) = 59%

R = 8.29%
G = 32.7%
B = 59%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#238AF9 (or 0x238AF9) is known color: Dodger Blue. HEX triplet: 23, 8A and F9. RGB value is (35,138,249). Sum of RGB (Red+Green+Blue) = 35+138+249=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #238AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AF9 is #DC7506. Grayscale: #777777. Windows color (decimal): -14447879 or 16353827. OLE color: 16353827.

HSL color Cylindrical-coordinate representation of color #238AF9: hue angle of 211.12º degrees, saturation: 0.95, 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 #238AF9 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 138 249 -
CMYK 0.86 0.45 0 0.02
HSL 211.12º 0.95% 0.56% -
HSV(B) 211.12º 0.86% 0.98% -
XYZ 26.88 25.37 93.1 -
YUV 119.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 35 138 249 0.86 0.45 0 0.02 211.12 0.95 0.56
Hex 23 8A F9 56 2D 0 2 D3 5F 38
Octal 43 212 371 126 55 0 2 323 137 70
Binary 100011 10001010 11111001 1010110 101101 0 10 11010011 1011111 111000

Color Harmonies of #238AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238AF9

Black with #238AF9

Text Example


Text Example

White with #238AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238AF9; }

 p { color: rgb(35,138,249); }

 H1.HeaderClassName
 {
   color: #238AF9;
 }
 .AnyTagClassName
 {
   color: #238AF9;
 }
</style>

background-color css

<style>
 a { background-color: #238AF9; }

 a { background-color: rgb(35,138,249); }

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

border-color css

<style>
 span { border-color: #238AF9; }

 span { border-color: rgb(35,138,249); }

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