Html Css Color HEX #267BCD Curious Blue

📋 copy color: '#267BCD'

red 38 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #267BCD

Tints of Curious Blue #267BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 10.38%
G = 33.61%
B = 56.01%

CMYK

 C value IS 0.81

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#267BCD (or 0x267BCD) is known color: Curious Blue. HEX triplet: 26, 7B and CD. RGB value is (38,123,205). Sum of RGB (Red+Green+Blue) = 38+123+205=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #267BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BCD is #D98432. Grayscale: #6A6A6A. Windows color (decimal): -14255155 or 13466406. OLE color: 13466406.

HSL color Cylindrical-coordinate representation of color #267BCD: hue angle of 209.46º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267BCD is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 123 205 -
CMYK 0.81 0.4 0 0.20
HSL 209.46º 0.69% 0.48% -
HSV(B) 209.46º 0.81% 0.8% -
XYZ 18.9 18.99 60.43 -
YUV 106.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 38 123 205 0.81 0.4 0 0.20 209.46 0.69 0.48
Hex 26 7B CD 51 28 0 14 D1 45 30
Octal 46 173 315 121 50 0 24 321 105 60
Binary 100110 1111011 11001101 1010001 101000 0 10100 11010001 1000101 110000

Color Harmonies of #267BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BCD

Black with #267BCD

Text Example


Text Example

White with #267BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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