Html Css Color HEX #267EFF Dodger Blue

📋 copy color: '#267EFF'

red 38 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #267EFF

Tints of Dodger Blue #267EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 255 (100% from 255) = 60.86%

R = 9.07%
G = 30.07%
B = 60.86%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#267EFF (or 0x267EFF) is known color: Dodger Blue. HEX triplet: 26, 7E and FF. RGB value is (38,126,255). Sum of RGB (Red+Green+Blue) = 38+126+255=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #267EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267EFF is #D98100. Grayscale: #717171. Windows color (decimal): -14254337 or 16743974. OLE color: 16743974.

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

Color convert

RGB 38 126 255 -
CMYK 0.85 0.51 0 0
HSL 215.67º 1% 0.57% -
HSV(B) 215.67º 0.85% 1% -
XYZ 26.31 22.55 97.57 -
YUV 114.39 207.35 73.51 -
System Red Green Blue C M Y K H S L
Decimal 38 126 255 0.85 0.51 0 0 215.67 1 0.57
Hex 26 7E FF 55 33 0 0 D8 64 39
Octal 46 176 377 125 63 0 0 330 144 71
Binary 100110 1111110 11111111 1010101 110011 0 0 11011000 1100100 111001

Color Harmonies of #267EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EFF

Black with #267EFF

Text Example


Text Example

White with #267EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,126,255); }

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

background-color css

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

 a { background-color: rgb(38,126,255); }

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

border-color css

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

 span { border-color: rgb(38,126,255); }

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