Html Css Color HEX #267DBB Curious Blue

📋 copy color: '#267DBB'

red 38 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #267DBB

Tints of Curious Blue #267DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 10.86%
G = 35.71%
B = 53.43%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#267DBB (or 0x267DBB) is known color: Curious Blue. HEX triplet: 26, 7D and BB. RGB value is (38,125,187). Sum of RGB (Red+Green+Blue) = 38+125+187=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #267DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DBB is #D98244. Grayscale: #696969. Windows color (decimal): -14254661 or 12287270. OLE color: 12287270.

HSL color Cylindrical-coordinate representation of color #267DBB: hue angle of 204.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267DBB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 125 187 -
CMYK 0.80 0.33 0 0.27
HSL 204.97º 0.66% 0.44% -
HSV(B) 204.97º 0.8% 0.73% -
XYZ 17.1 18.67 49.72 -
YUV 106.06 173.68 79.46 -
System Red Green Blue C M Y K H S L
Decimal 38 125 187 0.80 0.33 0 0.27 204.97 0.66 0.44
Hex 26 7D BB 50 21 0 1B CD 42 2C
Octal 46 175 273 120 41 0 33 315 102 54
Binary 100110 1111101 10111011 1010000 100001 0 11011 11001101 1000010 101100

Color Harmonies of #267DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DBB

Black with #267DBB

Text Example


Text Example

White with #267DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,187); }

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

background-color css

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

 a { background-color: rgb(38,125,187); }

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

border-color css

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

 span { border-color: rgb(38,125,187); }

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