Html Css Color HEX #264ABC Cerulean Blue

📋 copy color: '#264ABC'

red 38 ◦ green 74 ◦ blue 188

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

Shades of Cerulean Blue #264ABC

Tints of Cerulean Blue #264ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 12.67%
G = 24.67%
B = 62.67%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#264ABC (or 0x264ABC) is known color: Cerulean Blue. HEX triplet: 26, 4A and BC. RGB value is (38,74,188). Sum of RGB (Red+Green+Blue) = 38+74+188=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #264ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ABC is #D9B543. Grayscale: #4B4B4B. Windows color (decimal): -14267716 or 12339750. OLE color: 12339750.

HSL color Cylindrical-coordinate representation of color #264ABC: hue angle of 225.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264ABC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 74 188 -
CMYK 0.80 0.61 0 0.26
HSL 225.6º 0.66% 0.44% -
HSV(B) 225.6º 0.8% 0.74% -
XYZ 12.33 8.94 48.65 -
YUV 76.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 38 74 188 0.80 0.61 0 0.26 225.6 0.66 0.44
Hex 26 4A BC 50 3D 0 1A E2 42 2C
Octal 46 112 274 120 75 0 32 342 102 54
Binary 100110 1001010 10111100 1010000 111101 0 11010 11100010 1000010 101100

Color Harmonies of #264ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ABC

Black with #264ABC

Text Example


Text Example

White with #264ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264ABC; }

 p { color: rgb(38,74,188); }

 H1.HeaderClassName
 {
   color: #264ABC;
 }
 .AnyTagClassName
 {
   color: #264ABC;
 }
</style>

background-color css

<style>
 a { background-color: #264ABC; }

 a { background-color: rgb(38,74,188); }

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

border-color css

<style>
 span { border-color: #264ABC; }

 span { border-color: rgb(38,74,188); }

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