Html Css Color HEX #268FFB Dodger Blue

📋 copy color: '#268FFB'

red 38 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #268FFB

Tints of Dodger Blue #268FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.1%

R = 8.8%
G = 33.1%
B = 58.1%

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

#268FFB (or 0x268FFB) is known color: Dodger Blue. HEX triplet: 26, 8F and FB. RGB value is (38,143,251). Sum of RGB (Red+Green+Blue) = 38+143+251=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #268FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FFB is #D97004. Grayscale: #7B7B7B. Windows color (decimal): -14249989 or 16486182. OLE color: 16486182.

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

Color convert

RGB 38 143 251 -
CMYK 0.85 0.43 0 0.02
HSL 210.42º 0.96% 0.57% -
HSV(B) 210.42º 0.85% 0.98% -
XYZ 28.03 27.02 95.01 -
YUV 123.92 199.71 66.72 -
System Red Green Blue C M Y K H S L
Decimal 38 143 251 0.85 0.43 0 0.02 210.42 0.96 0.57
Hex 26 8F FB 55 2B 0 2 D2 60 39
Octal 46 217 373 125 53 0 2 322 140 71
Binary 100110 10001111 11111011 1010101 101011 0 10 11010010 1100000 111001

Color Harmonies of #268FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268FFB

Black with #268FFB

Text Example


Text Example

White with #268FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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