Html Css Color HEX #267BEF Dodger Blue

📋 copy color: '#267BEF'

red 38 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #267BEF

Tints of Dodger Blue #267BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.75%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 9.5%
G = 30.75%
B = 59.75%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#267BEF (or 0x267BEF) is known color: Dodger Blue. HEX triplet: 26, 7B and EF. RGB value is (38,123,239). Sum of RGB (Red+Green+Blue) = 38+123+239=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #267BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BEF is #D98410. Grayscale: #6E6E6E. Windows color (decimal): -14255121 or 15694630. OLE color: 15694630.

HSL color Cylindrical-coordinate representation of color #267BEF: hue angle of 214.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267BEF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 123 239 -
CMYK 0.84 0.49 0 0.06
HSL 214.63º 0.86% 0.54% -
HSV(B) 214.63º 0.84% 0.94% -
XYZ 23.46 20.81 84.44 -
YUV 110.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 38 123 239 0.84 0.49 0 0.06 214.63 0.86 0.54
Hex 26 7B EF 54 31 0 6 D7 56 36
Octal 46 173 357 124 61 0 6 327 126 66
Binary 100110 1111011 11101111 1010100 110001 0 110 11010111 1010110 110110

Color Harmonies of #267BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BEF

Black with #267BEF

Text Example


Text Example

White with #267BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,123,239); }

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

background-color css

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

 a { background-color: rgb(38,123,239); }

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

border-color css

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

 span { border-color: rgb(38,123,239); }

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