Html Css Color HEX #267FFC Dodger Blue

📋 copy color: '#267FFC'

red 38 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #267FFC

Tints of Dodger Blue #267FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 9.11%
G = 30.46%
B = 60.43%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#267FFC (or 0x267FFC) is known color: Dodger Blue. HEX triplet: 26, 7F and FC. RGB value is (38,127,252). Sum of RGB (Red+Green+Blue) = 38+127+252=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #267FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FFC is #D98003. Grayscale: #727272. Windows color (decimal): -14254084 or 16547622. OLE color: 16547622.

HSL color Cylindrical-coordinate representation of color #267FFC: hue angle of 215.05º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267FFC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 127 252 -
CMYK 0.85 0.50 0 0.01
HSL 215.05º 0.97% 0.57% -
HSV(B) 215.05º 0.85% 0.99% -
XYZ 25.96 22.62 95.09 -
YUV 114.64 205.51 73.34 -
System Red Green Blue C M Y K H S L
Decimal 38 127 252 0.85 0.50 0 0.01 215.05 0.97 0.57
Hex 26 7F FC 55 32 0 1 D7 61 39
Octal 46 177 374 125 62 0 1 327 141 71
Binary 100110 1111111 11111100 1010101 110010 0 1 11010111 1100001 111001

Color Harmonies of #267FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FFC

Black with #267FFC

Text Example


Text Example

White with #267FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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