Html Css Color HEX #267CE6 Dodger Blue

📋 copy color: '#267CE6'

red 38 ◦ green 124 ◦ blue 230

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

Shades of Dodger Blue #267CE6

Tints of Dodger Blue #267CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 230 (90.23% from 255) = 58.67%

R = 9.69%
G = 31.63%
B = 58.67%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#267CE6 (or 0x267CE6) is known color: Dodger Blue. HEX triplet: 26, 7C and E6. RGB value is (38,124,230). Sum of RGB (Red+Green+Blue) = 38+124+230=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #267CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CE6 is #D98319. Grayscale: #6D6D6D. Windows color (decimal): -14254874 or 15105062. OLE color: 15105062.

HSL color Cylindrical-coordinate representation of color #267CE6: hue angle of 213.12º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267CE6 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 38 124 230 -
CMYK 0.83 0.46 0 0.10
HSL 213.13º 0.79% 0.53% -
HSV(B) 213.13º 0.83% 0.9% -
XYZ 22.29 20.54 77.65 -
YUV 110.37 195.51 76.38 -
System Red Green Blue C M Y K H S L
Decimal 38 124 230 0.83 0.46 0 0.10 213.13 0.79 0.53
Hex 26 7C E6 53 2E 0 A D5 4F 35
Octal 46 174 346 123 56 0 12 325 117 65
Binary 100110 1111100 11100110 1010011 101110 0 1010 11010101 1001111 110101

Color Harmonies of #267CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CE6

Black with #267CE6

Text Example


Text Example

White with #267CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,124,230); }

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

background-color css

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

 a { background-color: rgb(38,124,230); }

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

border-color css

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

 span { border-color: rgb(38,124,230); }

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