Html Css Color HEX #268FF9 Dodger Blue

📋 copy color: '#268FF9'

red 38 ◦ green 143 ◦ blue 249

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

Shades of Dodger Blue #268FF9

Tints of Dodger Blue #268FF9

RGB

 RED value IS 38 (15.23% from 255) = 8.84%

 GREEN value IS 143 (56.25% from 255) = 33.26%

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

R = 8.84%
G = 33.26%
B = 57.91%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#268FF9 (or 0x268FF9) is known color: Dodger Blue. HEX triplet: 26, 8F and F9. RGB value is (38,143,249). Sum of RGB (Red+Green+Blue) = 38+143+249=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #268FF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FF9 is #D97006. Grayscale: #7B7B7B. Windows color (decimal): -14249991 or 16355110. OLE color: 16355110.

HSL color Cylindrical-coordinate representation of color #268FF9: hue angle of 210.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268FF9 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 143 249 -
CMYK 0.85 0.43 0 0.02
HSL 210.14º 0.95% 0.56% -
HSV(B) 210.14º 0.85% 0.98% -
XYZ 27.72 26.9 93.35 -
YUV 123.69 198.71 66.88 -
System Red Green Blue C M Y K H S L
Decimal 38 143 249 0.85 0.43 0 0.02 210.14 0.95 0.56
Hex 26 8F F9 55 2B 0 2 D2 5F 38
Octal 46 217 371 125 53 0 2 322 137 70
Binary 100110 10001111 11111001 1010101 101011 0 10 11010010 1011111 111000

Color Harmonies of #268FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268FF9

Black with #268FF9

Text Example


Text Example

White with #268FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268FF9; }

 p { color: rgb(38,143,249); }

 H1.HeaderClassName
 {
   color: #268FF9;
 }
 .AnyTagClassName
 {
   color: #268FF9;
 }
</style>

background-color css

<style>
 a { background-color: #268FF9; }

 a { background-color: rgb(38,143,249); }

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

border-color css

<style>
 span { border-color: #268FF9; }

 span { border-color: rgb(38,143,249); }

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