Html Css Color HEX #267FFB Dodger Blue

📋 copy color: '#267FFB'

red 38 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #267FFB

Tints of Dodger Blue #267FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

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

R = 9.13%
G = 30.53%
B = 60.34%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#267FFB (or 0x267FFB) is known color: Dodger Blue. HEX triplet: 26, 7F and FB. RGB value is (38,127,251). Sum of RGB (Red+Green+Blue) = 38+127+251=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #267FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FFB is #D98004. Grayscale: #717171. Windows color (decimal): -14254085 or 16482086. OLE color: 16482086.

HSL color Cylindrical-coordinate representation of color #267FFB: hue angle of 214.93º 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 #267FFB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 127 251 -
CMYK 0.85 0.49 0 0.02
HSL 214.93º 0.96% 0.57% -
HSV(B) 214.93º 0.85% 0.98% -
XYZ 25.8 22.56 94.26 -
YUV 114.53 205.01 73.42 -
System Red Green Blue C M Y K H S L
Decimal 38 127 251 0.85 0.49 0 0.02 214.93 0.96 0.57
Hex 26 7F FB 55 31 0 2 D7 60 39
Octal 46 177 373 125 61 0 2 327 140 71
Binary 100110 1111111 11111011 1010101 110001 0 10 11010111 1100000 111001

Color Harmonies of #267FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FFB

Black with #267FFB

Text Example


Text Example

White with #267FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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